stub for property test

This commit is contained in:
Dmitry Jemerov
2011-04-21 12:13:14 +02:00
parent aedabc48e9
commit c91cd748ff
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
class PrivateVal {
private val prop = 0;
}