FIR IDE: enable override implement test for FIR
This commit is contained in:
committed by
TeamCityServer
parent
00031c8eb1
commit
53aafbd7d9
+9
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
import foo.Intf
|
||||
|
||||
class Impl(): Intf() {
|
||||
override fun getFooBar(): String? {
|
||||
<selection><caret>return super.getFooBar()</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user