FIR2IR: don't generate 'none' type arguments for Java field references
#KT-60254 Fixed
This commit is contained in:
committed by
Space Team
parent
9846ec23df
commit
b06188180e
@@ -1,4 +0,0 @@
|
||||
fun foo() {
|
||||
val ref1: KProperty0<String> = SomeJavaClass::someJavaField/*</* null */>()*/
|
||||
val ref2: KProperty0<String> = SomeJavaClass::someJavaField/*</* null */>()*/
|
||||
}
|
||||
Reference in New Issue
Block a user