FIR type enhancement: fold flexible types when it's possible
Related to KT-29937
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public open class Some : R|java/lang/Object|, R|Strange<*>| {
|
||||
public open operator function foo(): R|ft<kotlin/Any, kotlin/Any>|
|
||||
public open operator function foo(): R|kotlin/Any|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user