blob: 623ac9608b74c3cf203f0c5dc09db803b530d02f [file] [log] [blame]
extension type Int(int i) implements int {
Int operator +(int other) {}
}
void test() {}