Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/commonSystem/theSameFunctionInArgs.kt
T
2016-01-22 19:17:22 +03:00

6 lines
152 B
Kotlin
Vendored

// !CHECK_TYPE
fun test() {
val array = <!REIFIED_TYPE_UNSAFE_SUBSTITUTION!>arrayOf<!>(arrayOf(1))
array checkType { _<Array<Array<Int>>>() }
}