83ba1ac0f7
Validates the fix for KT-56711
9 lines
199 B
Kotlin
Vendored
9 lines
199 B
Kotlin
Vendored
val foo: <!UNSUPPORTED!>dynamic<!> = 1
|
|
|
|
fun foo(x: <!UNSUPPORTED!>dynamic<!>): <!UNSUPPORTED!>dynamic<!> {
|
|
class C {
|
|
val foo: <!UNSUPPORTED!>dynamic<!> = 1
|
|
}
|
|
return x + C().foo
|
|
}
|