Merge pull request #791 from mcgee/KT-9938

#KT-9938 Fixed
This commit is contained in:
Dmitry Jemerov
2015-12-09 15:17:31 +01:00
31 changed files with 209 additions and 15 deletions
@@ -0,0 +1,4 @@
class A {
val foo: Int
<spot>get() = 1</spot>
}
@@ -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>