fun get_incoming_value() { return 3; } fun main() { var incoming_ton: int = get_incoming_value().3(); } /** @compilation_should_fail @stderr type `int` is not indexable */