Allow inferring property type from its getter
#KT-550 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package
|
||||
|
||||
public val x: kotlin.Nothing?
|
||||
public val y: kotlin.Nothing
|
||||
public fun foo(): kotlin.Unit
|
||||
Reference in New Issue
Block a user