// PLATFORM: Common class A(val n: Int, val s: String) { val f: Float = 1.0f fun foo() { } }