Introduce a compiler X flag to enable enhancing not null annotated type parameter's types to definitely not null types
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
fun usingMethod(java : Java<String?>) : String = java.getFoo()
|
||||
fun usingProperty(java : Java<String?>) : String = java.foo
|
||||
Reference in New Issue
Block a user