Initial lazy resolve test comparing descriptors with the existing resolve mechanisms

This commit is contained in:
Andrey Breslav
2012-06-05 15:24:37 +04:00
parent 96d7d8414d
commit c43c5fb697
3 changed files with 136 additions and 18 deletions
@@ -0,0 +1,5 @@
namespace <root>
final class A : jet.Any {
final /*constructor*/ fun <init>(): A
}