// IS_APPLICABLE: false class Foo(s: String, n: Int) { } fun test() { Foo("1", 2) }