Add test for specify type explicitly when it can be inferred from getter

#KT-14794 In Progress
This commit is contained in:
Denis Zharkov
2016-11-14 14:25:15 +03:00
parent 6fca46a452
commit e25c4b96ad
4 changed files with 9 additions and 5 deletions
@@ -0,0 +1 @@
val x<caret> get() = 1
@@ -0,0 +1 @@
val x: Int get() = 1