Better test data

This commit is contained in:
Valentin Kipyatkov
2016-09-20 19:15:18 +03:00
parent dab6f7d13d
commit 7625672914
27 changed files with 26 additions and 42 deletions
@@ -1,4 +1,4 @@
// "Insert 'this()' call" "false"
// "class org.jetbrains.kotlin.idea.quickfix.InsertDelegationCallQuickfix" "false"
// ACTION: Insert 'super()' call
// ERROR: Explicit 'this' or 'super' call is required. There is no constructor in superclass that can be called without arguments
@@ -1,4 +1,4 @@
// "Insert 'super()' call" "false"
// "class org.jetbrains.kotlin.idea.quickfix.InsertDelegationCallQuickfix" "false"
// ACTION: Insert 'this()' call
// ERROR: Primary constructor call expected