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