1 package test.magic 2 3 /** 4 * Basic implementations of [Magic] are located in [test.magic] package 5 */ 6 abstract class Magic { 7 8 } 9