Create subclass intention implemented #KT-8473 Fixed
Can be used for implementing interfaces / abstract classes / sealed classes or extending open classes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Create subclass" "false"
|
||||
|
||||
annotation class <caret>My(val x: Int)
|
||||
|
||||
Reference in New Issue
Block a user