FIR IDE: quickfix to make class abstract if member not implemented
This commit is contained in:
committed by
TeamCityServer
parent
6e3009b82e
commit
06ba143afe
@@ -0,0 +1,7 @@
|
||||
// "Make 'Foo' 'abstract'" "true"
|
||||
|
||||
abstract class Bar {
|
||||
abstract val i: Int
|
||||
}
|
||||
|
||||
class <caret>Foo : Bar() {}
|
||||
Reference in New Issue
Block a user