Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/OrphanStarProjection.kt
T
Ivan Kochurkin dd54338ec0 [FIR] Fix positioning and detecting of WRONG_NUMBER_OF_TYPE_ARGUMENTS
Refactor code and fix compilation errors caused by changes to symbol.fir
2021-07-15 19:02:58 +03:00

5 lines
83 B
Kotlin
Vendored

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