e6b5cb5216
Update includes:
- Changing syntax of `OI/`NI` tags from `<!NI;TAG!>` to `<!TAG{NI}!>`
- Fix some incorrect directives
- Change order of diagnostics in some places
- Remove ignored diagnostics from FIR test data (previously `DIAGNOSTICS` didn't work)
- Update FIR dumps in some places and add `FIR_IDENTICAL` if needed
- Replace all JAVAC_SKIP with SKIP_JAVAC directive
24 lines
449 B
Plaintext
Vendored
24 lines
449 B
Plaintext
Vendored
// -- Module: <m1> --
|
|
package
|
|
|
|
package p {
|
|
public fun foo(/*0*/ a: kotlin.Int): kotlin.Unit
|
|
public fun foo(/*0*/ vararg values: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit
|
|
}
|
|
|
|
// -- Module: <m2> --
|
|
package
|
|
|
|
package p {
|
|
public fun foo(/*0*/ a: kotlin.Int): kotlin.Unit
|
|
public fun foo(/*0*/ vararg values: kotlin.Int /*kotlin.IntArray*/): kotlin.Unit
|
|
}
|
|
|
|
// -- Module: <m3> --
|
|
package
|
|
|
|
package m {
|
|
public fun main(): kotlin.Unit
|
|
}
|
|
|