blob: df5bbbe0fc534df01fee754254ac0f2f12ffce3d [file] [log] [blame]
class FireException : Exception
/**
* COMM
* @param a Some string
* @return value of a
* @throws FireException in case of fire
*/
@Throws(FireException::class)
fun my(a: String): String = a