#KT-9938 Fixed

This commit is contained in:
Anton Sukhonosenko
2015-11-23 23:33:38 +03:00
parent 9c73502bdc
commit 6b49ac6b46
23 changed files with 203 additions and 15 deletions
@@ -0,0 +1,4 @@
class A {
val foo: Int
get() = 1
}
@@ -0,0 +1,3 @@
class A {
val foo: Int = <spot>1</spot>
}
@@ -0,0 +1,5 @@
<html>
<body>
This intention converts property initializer to getter.
</body>
</html>