Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/OrphanStarProjection.fir.kt
T

4 lines
66 B
Kotlin
Vendored

class B {}
val b : <!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>B<*><!> = 1