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
class ExtPropInClass {
var Int.itIs: Int
get() = throw Exception()
set(p: Int) = throw Exception()
}