8 lines
177 B
Kotlin
Vendored
8 lines
177 B
Kotlin
Vendored
fun test(x: Any) {
|
|
if (x !is String) return
|
|
|
|
class Local(s: String = <!DEBUG_INFO_SMARTCAST!>x<!>) {
|
|
fun foo(s: String = <!DEBUG_INFO_SMARTCAST!>x<!>): String = s
|
|
}
|
|
}
|