6 lines
54 B
Kotlin
Vendored
6 lines
54 B
Kotlin
Vendored
package test
|
|
|
|
class C {
|
|
lateinit var base: Base
|
|
}
|