20e36438e2
Move those tests which do not require neither stdlib nor reflect
6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
class A {
|
|
class Nested(val result: String)
|
|
}
|
|
|
|
fun box() = (A::Nested)("OK").result
|