Vararg in constructor isn't loaded correctly from bytecode
#KT-3251 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class A(vararg s: String) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-3251 Fixed
@@ -0,0 +1,3 @@
|
||||
class A(vararg s: String) {
|
||||
|
||||
}
|
||||