Accept more test changes due to string quoting and the Java extractor ignoring the Metadata annotation

This commit is contained in:
Chris Smowton
2022-11-11 18:21:19 +00:00
parent 0446145a67
commit 0146d8229a
3 changed files with 0 additions and 3 deletions

View File

@@ -9,4 +9,3 @@ class B<T> {
val b1 = B<Any>()
}
}

View File

@@ -3,4 +3,3 @@ public class Test() {
internal constructor(x: Int, y: Int) : this() { }
}

View File

@@ -10,4 +10,3 @@ public class Test {
internal fun internalFun() = 3
}