34fccc6dae
#KT-6990 Fixed
7 lines
82 B
Kotlin
Vendored
7 lines
82 B
Kotlin
Vendored
import test.*
|
|
|
|
class OK
|
|
|
|
fun box(): String {
|
|
return inlineMeIfYouCan<OK>()!!
|
|
} |