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