9 lines
126 B
Kotlin
9 lines
126 B
Kotlin
package test.magic
|
|
|
|
/**
|
|
* Basic implementations of [Magic] are located in [test.magic] package
|
|
*/
|
|
abstract class Magic {
|
|
|
|
}
|