FIR IDE: enable override implement test for FIR
This commit is contained in:
committed by
TeamCityServer
parent
00031c8eb1
commit
53aafbd7d9
+11
@@ -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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user