Files
kotlin-fork/compiler/testData/script/cliCompilation/hello_req.kt
T

6 lines
56 B
Kotlin
Vendored

class RequiredFromHello {
val name = "required"
}