blob: f60ebb381379423415b3cb8cceb5617a23efc06d [file] [log] [blame]
// IS_APPLICABLE: true
// WITH_RUNTIME
fun foo() {
val x: String<caret>
x = System.getProperty("")
}