FIR: add declaration attributes checking to rawFirBuilder/lightTree tests

This commit is contained in:
Ilya Kirillov
2021-03-09 19:43:12 +01:00
parent 3bcc2fe476
commit dcf64779a9
43 changed files with 227 additions and 187 deletions
@@ -5,7 +5,7 @@ FILE: genericFunctions.kt
^safeAs (this# as? T)
}
public? abstract class Summator : R|kotlin/Any| {
public? constructor(): R|Summator| {
public? [ContainingClassKey=Summator] constructor(): R|Summator| {
super<R|kotlin/Any|>()
}