mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-14 00:21:27 +00:00
9 lines
198 B
Plaintext
Vendored
9 lines
198 B
Plaintext
Vendored
public open class Simple : R|kotlin/Any| {
|
|
public open static operator fun bar(): R|kotlin/Unit|
|
|
|
|
public open operator fun foo(): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/Simple|
|
|
|
|
}
|