FIR IDE: enable override implement test for FIR
This commit is contained in:
committed by
TeamCityServer
parent
00031c8eb1
commit
53aafbd7d9
+8
@@ -0,0 +1,8 @@
|
||||
// ERROR: Unexpected token
|
||||
package foo
|
||||
|
||||
class Impl: B {
|
||||
override fun foo(r: Runnable!) {
|
||||
<selection><caret>TODO("Not yet implemented")</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user