Add quick-fix for NO_CONSTRUCTOR error #KT-17842 Fixed

This commit is contained in:
Toshiaki Kameyama
2017-06-01 14:20:52 +09:00
committed by Dmitry Jemerov
parent 862631b2ec
commit bb5681fdb5
5 changed files with 71 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// "Remove no constructor" "true"
interface Base
class Derived : Base()<caret>