Files
2013-12-17 20:28:59 +04:00

6 lines
78 B
Kotlin
Vendored

package test
abstract class ModifierAbstract {
abstract fun abs(): Int
}