FIR IDE: enable override implement test for FIR
This commit is contained in:
committed by
TeamCityServer
parent
00031c8eb1
commit
53aafbd7d9
+12
@@ -0,0 +1,12 @@
|
||||
// ERROR: Unexpected tokens
|
||||
// ERROR: Unexpected token
|
||||
// ERROR: Unexpected token
|
||||
// ERROR: Unexpected token
|
||||
import foo.A
|
||||
import foo.B
|
||||
|
||||
class C : A() {
|
||||
override fun foo(x: (Mutable)List<String!>!, y: String!): B<String?>? {
|
||||
<selection><caret>TODO("Not yet implemented")</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user