6 lines
108 B
Kotlin
Vendored
6 lines
108 B
Kotlin
Vendored
// IS_APPLICABLE: true
|
|
// WITH_RUNTIME
|
|
fun foo() {
|
|
val x: String<caret>
|
|
x = System.getProperty("")
|
|
} |