working on reading class data from .class files

This commit is contained in:
Stepan Koltsov
2011-12-06 16:54:52 +04:00
parent 1ad4b73f5e
commit 29ebb124c8
11 changed files with 308 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