Suppress action generally because of updated constant in action

This commit is contained in:
Nikolay Krasko
2015-03-05 19:15:38 +03:00
parent e70098a2d4
commit 4d1c2ab0e3
2 changed files with 1 additions and 2 deletions
@@ -2,7 +2,6 @@
// 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)