1 2 3 4 5 6 7 8
class Outer: const OUTER_CONST: = 0 class Inner: pass func test() -> void: var type: = Outer.Inner print(type.OUTER_CONST)