Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/topLevelMethodAndProperty.txt
T

7 lines
94 B
Plaintext
Vendored

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