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:
Semyon Proshev
2021-03-05 01:05:54 +03:00
committed by intellij-monorepo-bot
parent f247cfde52
commit 56a1c00c2a
177 changed files with 1118 additions and 1508 deletions

View File

@@ -1,6 +1,6 @@
class A:
def m<caret>(self):
print 1
print(1)
b = A()
a = b.m()