mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Accept more test changes due to string quoting and the Java extractor ignoring the Metadata annotation
This commit is contained in:
@@ -9,4 +9,3 @@ class B<T> {
|
||||
val b1 = B<Any>()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ public class Test() {
|
||||
internal constructor(x: Int, y: Int) : this() { }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ public class Test {
|
||||
internal fun internalFun() = 3
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user