mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
8 lines
208 B
Plaintext
Vendored
8 lines
208 B
Plaintext
Vendored
package test
|
|
|
|
public final class ClassFunGetFoo {
|
|
/*primary*/ public constructor ClassFunGetFoo()
|
|
public final fun getFoo(): kotlin.Int
|
|
public final fun setFoo(/*0*/ p: kotlin.Int): kotlin.Unit
|
|
}
|