mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
7 lines
153 B
Plaintext
Vendored
7 lines
153 B
Plaintext
Vendored
package test
|
|
|
|
public abstract class ModifierAbstract {
|
|
/*primary*/ public constructor ModifierAbstract()
|
|
public abstract fun abs(): kotlin.Int
|
|
}
|