Files
kotlin/compiler/testData/diagnostics/testsWithJsStdLib/name/topLevelMethodAndProperty.txt

7 lines
94 B
Plaintext
Vendored

package
package foo {
public val bar: kotlin.Int = 32
public fun bar(): kotlin.Int
}