[FIR] Replace lists with Long in Modifier, refactor Modifier and derived classes

This commit is contained in:
Ivan Kochurkin
2021-06-06 14:56:28 +03:00
parent 6199b85eb9
commit bc3c05a3bd
14 changed files with 189 additions and 373 deletions
@@ -1,10 +1,4 @@
FILE: incompatibleModifiers.kt
public final class A<out T> : R|kotlin/Any| {
public constructor<out T>(): R|A<T>| {
super<R|kotlin/Any|>()
}
}
private final class B : R|kotlin/Any| {
public constructor(): R|B| {
super<R|kotlin/Any|>()