kirillrakhman
06/23/2016, 3:01 PMpublic static final void foo() {
String var10000 = System.getProperty("key");
if(var10000 == null) {
Intrinsics.throwNpe();
}
String value = var10000;
if(value == null) {
throw new TypeCastException("null cannot be cast to non-null type java.lang.String");
} else {
Intrinsics.checkExpressionValueIsNotNull(((String)value).toUpperCase(), "(this as java.lang.String).toUpperCase()");
}
}