mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +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 NotNullParameter : R|java/lang/Object| {
|
||||
public open operator function hi(@R|org/jetbrains/annotations/NotNull|() param: R|ft<kotlin/String, kotlin/String>|): R|kotlin/Unit|
|
||||
public open operator function hi(@R|org/jetbrains/annotations/NotNull|() param: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user