Files
kotlin-fork/compiler/testData/diagnostics/tests/ConstructorsOfPrimitives.kt
T
2013-11-18 15:09:56 +04:00

10 lines
292 B
Kotlin

fun test() {
<!INVISIBLE_MEMBER!>Double<!>()
<!INVISIBLE_MEMBER!>Float<!>()
<!INVISIBLE_MEMBER!>Long<!>()
<!INVISIBLE_MEMBER!>Int<!>()
<!INVISIBLE_MEMBER!>Short<!>()
<!INVISIBLE_MEMBER!>Byte<!>()
<!INVISIBLE_MEMBER!>Char<!>()
<!INVISIBLE_MEMBER!>Boolean<!>()
}