Fix test data of QuickFixTest

This commit is contained in:
Alexey Sedunov
2014-03-24 16:31:19 +04:00
parent 1bbec14cc0
commit 028a71273c
15 changed files with 33 additions and 2 deletions
@@ -1,5 +1,7 @@
// "Change 'A.x' type to '(Int) -> Int'" "false"
// ACTION: Change 'C.x' type to '(String) -> Int'
// ACTION: Disable inspection
// ACTION: Edit inspection profile setting
// ERROR: <html>Return type is '(kotlin.Int) &rarr; kotlin.Int', which is not a subtype of overridden<br/><b>internal</b> <b>abstract</b> <b>val</b> x: (kotlin.String) &rarr; kotlin.Int <i>defined in</i> A</html>
trait A {
val x: (String) -> Int