mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Update test data and reduce manual language level setup GitOrigin-RevId: d6ddec1b2b29a2b7f1a34cfb5982fd975de78d65
8 lines
106 B
Python
8 lines
106 B
Python
|
|
class A:
|
|
def baz(self):
|
|
print<caret>(1)
|
|
print(1)
|
|
|
|
def bar(self):
|
|
print(1) |