Files
kotlin/compiler/testData/cli/js/diagnosticWhenReferenceToBuiltinsMember.kt
2015-10-14 20:39:35 +03:00

7 lines
60 B
Kotlin
Vendored

package foo
fun test() {
Int::toByte
String::get
}