You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/ql/integration-tests/kotlin/all-platforms/kotlin_java_lowering_wildcards/test.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
importcommands
2
-
importpytest
3
2
4
3
5
-
@pytest.mark.kotlin1
6
-
deftest(codeql, java_full):
4
+
deftest(codeql, java_full, kotlinc_2_3_20):
7
5
# Compile the JavaDefns2 copy outside tracing, to make sure the Kotlin view of it matches the Java view seen by the traced javac compilation of JavaDefns.java below.
0 commit comments