mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-15 20:26:04 +07:00
Make python-latest project descriptor default in tests
Update test data and reduce manual language level setup GitOrigin-RevId: d6ddec1b2b29a2b7f1a34cfb5982fd975de78d65
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f247cfde52
commit
56a1c00c2a
@@ -3,4 +3,4 @@ class A:
|
||||
return x
|
||||
|
||||
|
||||
print A.m(A(), 1)
|
||||
print(A.m(A(), 1))
|
||||
@@ -4,4 +4,4 @@ class A:
|
||||
return x
|
||||
|
||||
|
||||
print A.m(1)
|
||||
print(A.m(1))
|
||||
Reference in New Issue
Block a user