Fixed tests after adding error checking for intention tests.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
abstract class Owner {
|
||||
}
|
||||
|
||||
fun Owner.f() = 1
|
||||
fun Owner.f(): Int = 1
|
||||
|
||||
Reference in New Issue
Block a user