Skip to content

Commit 0146d82

Browse files
committed
Accept more test changes due to string quoting and the Java extractor ignoring the Metadata annotation
1 parent 0446145 commit 0146d82

File tree

3 files changed

+0
-3
lines changed
  • java/ql/test/kotlin/library-tests

3 files changed

+0
-3
lines changed

java/ql/test/kotlin/library-tests/generics-location/generics.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ class B<T> {
99
val b1 = B<Any>()
1010
}
1111
}
12-

java/ql/test/kotlin/library-tests/internal-constructor-called-from-java/test.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ public class Test() {
33
internal constructor(x: Int, y: Int) : this() { }
44

55
}
6-

java/ql/test/kotlin/library-tests/internal-public-alias/test.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ public class Test {
1010
internal fun internalFun() = 3
1111

1212
}
13-

0 commit comments

Comments
 (0)