[FIR] Fix calculating of source of TypeArgumentList, add source to FirQualifierPart

Fix positioning for TYPE_ARGUMENTS_NOT_ALLOWED
This commit is contained in:
Ivan Kochurkin
2021-07-06 22:21:33 +03:00
committed by TeamCityServer
parent 28a6928873
commit 0c25d280ee
8 changed files with 34 additions and 19 deletions
@@ -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