Files
kotlin-fork/compiler/testData/integration/ant/js/simpleWithoutStdlibAndJsFileAsAnotherLib/jslib-example/LibraryExample.kt
T
2015-03-26 00:22:19 +03:00

7 lines
76 B
Kotlin
Vendored

package library.sample
public class ClassA() {
val value: Int = 100
}