[FIR] Fix calculating of source of TypeArgumentList, add source to FirQualifierPart
Fix positioning for TYPE_ARGUMENTS_NOT_ALLOWED
This commit is contained in:
committed by
TeamCityServer
parent
28a6928873
commit
0c25d280ee
@@ -12,7 +12,7 @@ package foobar.a
|
||||
package foobar
|
||||
|
||||
abstract class Foo<T>() {
|
||||
abstract val x : <!TYPE_ARGUMENTS_NOT_ALLOWED!>T<Int><!>
|
||||
abstract val x : T<!TYPE_ARGUMENTS_NOT_ALLOWED!><Int><!>
|
||||
}
|
||||
|
||||
// FILE: c.kt
|
||||
|
||||
Reference in New Issue
Block a user