1 /** 2 * Useful 3 */ 4 @SinceKotlin("1.1") 5 class `Since1.1` 6 7 /** 8 * Useful also 9 */ 10 @SinceKotlin("1.2") 11 class `Since1.2`