Vararg in constructor isn't loaded correctly from bytecode

#KT-3251 Fixed
This commit is contained in:
Natalia.Ukhorskaya
2013-01-16 16:13:55 +04:00
parent 6574eca393
commit 37b12bff2e
10 changed files with 88 additions and 47 deletions
@@ -0,0 +1,3 @@
package test
class A(vararg a: Int) {}
@@ -0,0 +1,5 @@
package test
internal final class A {
/*primary*/ public constructor A(/*0*/ vararg a : jet.Int /*jet.IntArray*/)
}