3e19514099
#KT-6988 Obsolete
10 lines
150 B
Kotlin
Vendored
10 lines
150 B
Kotlin
Vendored
import test.*
|
|
|
|
public class A()
|
|
|
|
fun box(): String {
|
|
val s = "yo".inlineMeIfYouCan<A>()().call()
|
|
if (s !is A) return "fail"
|
|
|
|
return "OK"
|
|
} |