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 NotNullMethod : R|java/lang/Object| {
@R|org/jetbrains/annotations/NotNull|() public open operator function hi(): R|ft<kotlin/String, kotlin/String>|
@R|org/jetbrains/annotations/NotNull|() public open operator function hi(): R|kotlin/String|
}