Files
kotlin-fork/libraries/scripting/jvm-host/testData/importTest/requiredSrc.kt
T
Ilya Chernikov 729ebcac9b Implement simple "add to compilation" functionality for scripts
(incomplete import - scripts added to the compilation but not yet
imported into scope)
Base functionality needed for #KT-27960
2018-12-20 17:09:16 +01:00

5 lines
52 B
Kotlin
Vendored

class RequiredClass {
val value = "required"
}