[FIR IDE] LC basic support for type arguments

+ small fixes for deprecation, etc.
This commit is contained in:
Igor Yakovlev
2020-11-20 02:04:36 +03:00
parent 2a8f783393
commit 3fc424246b
27 changed files with 504 additions and 56 deletions

View File

@@ -7,3 +7,5 @@ abstract class A<T : A<T>> : B<Collection<T>>(), C<T> {
inner class Inner2<X> : Inner<X>(), C<X>
}
// FIR_COMPARISON

View File

@@ -1,3 +1,5 @@
// NullableUnitReturnKt
fun foo(): Unit? = null
fun foo(): Unit? = null
// FIR_COMPARISON

View File

@@ -6,3 +6,5 @@ class C {
@[kotlin.jvm.JvmField] public val foo: String = { "A" }()
}
}
// FIR_COMPARISON

View File

@@ -12,4 +12,6 @@ class Foo {
}
}
}
}
}
// FIR_COMPARISON