mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
namespace test
|
|
|
|
public open class test.TwoSetters : java.lang.Object {
|
|
public final /*constructor*/ fun <init>(): test.TwoSetters
|
|
public open fun setSize(/*0*/ p0: jet.Int): jet.Tuple0
|
|
public open fun setSize(/*0*/ p0: jet.String?): jet.Tuple0
|
|
}
|