public static assertRaises(expected as Type, block as Object) as Void:
import klyn.unittest Assert.assertRaises(TypeError, lambda (): Char(-1))