Files
kotlin-fork/compiler/testData/cli/js/diagnosticForClassLiteral.kt
T

8 lines
50 B
Kotlin
Vendored

package foo
class A
fun test() {
A::class
}