5 lines
95 B
Plaintext
Vendored
5 lines
95 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
// WITH_RUNTIME
|
|
fun foo() {
|
|
val x: String = System.getProperty("")
|
|
} |