FIR type enhancement: fold flexible types when it's possible

Related to KT-29937
This commit is contained in:
Mikhail Glukhikh
2019-03-06 18:01:42 +03:00
parent 3d29b31177
commit be412baf9f
25 changed files with 113 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
public open class ConstructorWithAnnotations : R|java/lang/Object| {
public final function ConstructorWithAnnotations(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|!, @R|org/jetbrains/annotations/NotNull|() s: R|ft<kotlin/String, kotlin/String>|): R|test/ConstructorWithAnnotations|
public final function ConstructorWithAnnotations(r: R|ft<java/lang/Runnable, java/lang/Runnable?>|!, @R|org/jetbrains/annotations/NotNull|() s: R|kotlin/String|): R|test/ConstructorWithAnnotations|
}