fix another case of property resolution, refactoring

This commit is contained in:
Stepan Koltsov
2012-01-13 03:55:11 +04:00
parent de337df53e
commit a8137d1a56
14 changed files with 243 additions and 110 deletions
@@ -0,0 +1,7 @@
package test
import java.util.Map
var <P, Q> Map<P, Q>.asas: Int
get() = throw Exception()
set(i: Int) = throw Exception()