mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
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 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|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user