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