Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/bare/UnrelatedColon.kt
T
2017-11-29 02:54:30 +03:00

7 lines
140 B
Kotlin
Vendored

// !CHECK_TYPE
// NI_EXPECTED_FILE
interface Tr
interface G<T>
fun test(tr: Tr) = checkSubtype<<!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>G<!>>(tr)