Add expected action

This commit is contained in:
Nikolay Krasko
2014-12-29 18:21:48 +03:00
parent 20b7a55bf2
commit 440cc20ed9
@@ -2,6 +2,7 @@
// ACTION: Create function 'Foo'
// ACTION: Add parameter to constructor 'Foo'
// ACTION: Split property declaration
// ACTION: Inject language or reference
// ERROR: Too many arguments for public constructor Foo(a: kotlin.Int) defined in Foo
class Foo(a: Int)