mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
7 lines
137 B
Plaintext
Vendored
7 lines
137 B
Plaintext
Vendored
package test
|
|
|
|
public open class ModifierOpen {
|
|
/*primary*/ public constructor ModifierOpen()
|
|
public open fun abs(): kotlin.Int
|
|
}
|