Fixed test data

This commit is contained in:
Valentin Kipyatkov
2015-06-24 15:57:29 +02:00
parent 786793744e
commit 463b0cda79
@@ -2,6 +2,7 @@
// ACTION: Create function 'Foo'
// ACTION: Remove parameter 's'
// ACTION: Create secondary constructor
// ACTION: Add 'i =' to argument
// ERROR: No value passed for parameter s
class Foo(i: Int, s: String)