[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
fun use(x: Any?) = x
|
||||
|
||||
class Eap {
|
||||
private val foo = toString()
|
||||
|
||||
constructor(foo: Int) {
|
||||
use(foo)
|
||||
}
|
||||
constructor(foo: String) {
|
||||
use(foo)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user