aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/links/linkToPackage.kt
blob: 3dd8662883c4c54f3f191612e55a5d9f517b0b49 (plain)
1
2
3
4
5
6
7
8
package test.magic

/**
 * Basic implementations of [Magic] are located in [test.magic] package
 */
abstract class Magic {

}