allow two ext properties with same name in one package

This commit is contained in:
Stepan Koltsov
2012-01-18 12:07:03 +04:00
parent 509e018954
commit df9a4c7786
8 changed files with 277 additions and 133 deletions
@@ -0,0 +1,8 @@
package test
var Int.junk: Short
get() = throw Exception()
set(p: Short) = throw Exception()
val String.junk: Int
get() = throw Exception()