#KT-9938 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
val foo: Int
|
||||
get() = 1
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class A {
|
||||
val foo: Int = <spot>1</spot>
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts property initializer to getter.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user