Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
OverloadVarAndFunInClass.kt
blob: 91cbc85ec21308d00ef9f1f3de42fd379ae4378e [
file
]
// RUN_PIPELINE_TILL: BACKEND
class
Aaaa
()
{
val bb
=
1
fun bb
()
=
1
}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, integerLiteral, primaryConstructor, propertyDeclaration */