decompiled: ``` public static final void foo() { ...
# announcements
k
decompiled:
Copy code
public 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()");
  }
}