Fix compiler tests
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun testBinary1() {
|
||||
fun Int.times(<!UNUSED_PARAMETER!>s<!>: String) {}
|
||||
operator fun Int.times(<!UNUSED_PARAMETER!>s<!>: String) {}
|
||||
|
||||
todo() <!UNREACHABLE_CODE!>* ""<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user