[FIR] KT-54874: Ensure this code is red

^KT-54874 Fixed
This commit is contained in:
Nikolay Lunyak
2023-05-15 14:36:27 +03:00
committed by Space Team
parent 6117f76a8c
commit 200fb1e5ce
7 changed files with 40 additions and 0 deletions
@@ -0,0 +1,5 @@
// ISSUE: KT-54874
fun main(args: Array<String>) {
val comparator = <!NO_COMPANION_OBJECT!>Comparator<Long?><!>
}
@@ -0,0 +1,5 @@
// ISSUE: KT-54874
fun main(args: Array<String>) {
val comparator = <!FUNCTION_CALL_EXPECTED!><!NO_VALUE_FOR_PARAMETER!>Comparator<!><Long?><!>
}