rename ReadClassDataTest

This commit is contained in:
Stepan Koltsov
2012-01-17 19:32:18 +04:00
parent 0dd7387f6c
commit 49dbcaa728
84 changed files with 6 additions and 4 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()