FIR IDE: enable override implement test for FIR

This commit is contained in:
Tianyu Geng
2021-04-17 21:15:04 -07:00
committed by TeamCityServer
parent 00031c8eb1
commit 53aafbd7d9
149 changed files with 797 additions and 62 deletions
@@ -0,0 +1,11 @@
// ERROR: Unexpected tokens
// ERROR: Unexpected token
// ERROR: Unexpected token
// ERROR: Unexpected token
import foo.Intf
class Impl(): Intf {
override fun fooBar(i: Int, s: Array<(out) String!>!, foo: Any!) {
<selection><caret>TODO("Not yet implemented")</selection>
}
}