Files
kotlin/idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/TopLevelFunctionWithNameSimilarToPropertyInDataFlowInspection.kt

8 lines
107 B
Kotlin
Vendored

package test.kotlin
class Test {
val foo: Int = 12
fun foo(a: Any): Any = a
}
// ALLOW_AST_ACCESS