mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
FIR Java: add default constructors
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
public open class MethodWithVararg : R|kotlin/Any| {
|
||||
public open operator fun foo(vararg s: R|kotlin/Array<ft<kotlin/String, kotlin/String?>>|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/MethodWithVararg|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user