working on reading class data from .class files

This commit is contained in:
Stepan Koltsov
2011-12-06 22:32:17 +04:00
parent d38f1cf813
commit 6f21de8edc
11 changed files with 312 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace test
class Ramification
+5
View File
@@ -0,0 +1,5 @@
namespace test
class River {
fun song() = 1
}
@@ -0,0 +1,3 @@
namespace test
fun fff(a: String) = 1
@@ -0,0 +1,3 @@
namespace test
fun fff(a: String?) = 1
+3
View File
@@ -0,0 +1,3 @@
namespace test
fun f() = 1