Files
kotlin-fork/compiler/testData/integration/ant/js/simpleWithoutStdlibAndFolderAsAnotherLib/jslib-example/LibraryExample.kt
T

7 lines
76 B
Kotlin
Vendored

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