mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
FIR Java types: add Kotlin/Java mapping & mutability enhancements
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<java/lang/String, java/lang/String>|
|
||||
@R|org/jetbrains/annotations/NotNull|() public open operator function hi(): R|ft<kotlin/String, kotlin/String>|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user