6d47991172
To avoid rendering contents of package org.intellij.lang.annotations into the corresponding .txt file
36 lines
1.1 KiB
Plaintext
Vendored
36 lines
1.1 KiB
Plaintext
Vendored
// -- Module: <m1> --
|
|
package
|
|
|
|
package test {
|
|
|
|
public/*package*/ open class Foo {
|
|
public/*package*/ constructor Foo()
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public/*package*/ open fun takeFoo(/*0*/ f: test.Foo!): kotlin.Unit
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
|
|
// Static members
|
|
public/*package*/ open fun create(): test.Foo!
|
|
}
|
|
}
|
|
|
|
|
|
// -- Module: <m2> --
|
|
package
|
|
|
|
package test {
|
|
public fun test(): kotlin.Unit
|
|
|
|
public/*package*/ open class Foo {
|
|
public/*package*/ constructor Foo()
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
public/*package*/ open fun takeFoo(/*0*/ f: test.Foo!): kotlin.Unit
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
|
|
// Static members
|
|
public/*package*/ open fun create(): test.Foo!
|
|
}
|
|
}
|