Files
kotlin-fork/compiler/testData/diagnostics/tests/Kt60343.kt
T
Egor Kulikov 2f893017ee [FIR] Fix incorrect psi provided to checker
^KT-60343 fixed
2023-09-01 16:00:06 +00:00

4 lines
101 B
Kotlin
Vendored

fun <T> test(x: Any) {
<!UNRESOLVED_REFERENCE!>println<!>(<!RESOLUTION_TO_CLASSIFIER!>T<!><T>)
}