No duplicate property accessor should be allowed

This commit is contained in:
Valentin Kipyatkov
2015-10-21 19:23:17 +03:00
parent 6eba45febd
commit 74f2d60e19
5 changed files with 73 additions and 15 deletions
+3
View File
@@ -0,0 +1,3 @@
val a : Int
get() = 0
get() = 0