[Test] Fix FirIdenticalChecker and update some FIR_IDENTICAL testdata

This commit is contained in:
Dmitriy Novozhilov
2021-01-25 10:33:50 +03:00
parent 98c22f9e59
commit fd8795de99
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ open class Foo() : <!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>Bar<!>() {
}
open class Bar<T>() {
}
}