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

7 lines
95 B
Plaintext
Vendored

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