Resolve annotation class constructors before other constructors

This commit is contained in:
Natalia.Ukhorskaya
2013-07-02 16:19:39 +04:00
parent e8faf96c41
commit 2152c22f86
4 changed files with 37 additions and 3 deletions
@@ -1,6 +1,6 @@
package test
ANNOTATION class MyClass {
ANNOTATION class MyClass [ANNOTATION]([ANNOTATION] param: Int, [ANNOTATION] val consProp: Int) {
ANNOTATION class object {
}