Remove FIR test data file accidentally left in 8884cbe4
This commit is contained in:
-14
@@ -1,14 +0,0 @@
|
|||||||
class Annotation(val x: Int) {
|
|
||||||
fun baz() {}
|
|
||||||
fun bar() = x
|
|
||||||
}
|
|
||||||
|
|
||||||
fun foo(annotation: Annotation): Int {
|
|
||||||
if (annotation.bar() == 0) {
|
|
||||||
annotation.baz()
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user