Convert Function to Property: Forbid for properties with both initializer and getter
#KT-23293 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// IS_APPLICABLE: false
|
||||
val <caret>foo = 1
|
||||
get() {
|
||||
return field
|
||||
}
|
||||
Reference in New Issue
Block a user