Added correctness check of test data + fixed huge amount of incorrect code in test data
This commit is contained in:
@@ -6,7 +6,7 @@ interface I {
|
||||
|
||||
class C : I {
|
||||
override fun foo(p: Any) {
|
||||
println(p) // this usage will be shown twice due to bug in Java implementation: https://youtrack.jetbrains.com/issue/IDEA-236958
|
||||
val v = p // this usage will be shown twice due to bug in Java implementation: https://youtrack.jetbrains.com/issue/IDEA-236958
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user