Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
ConflictingOverloadsIdenticalFunsTPInClass.kt
blob: c2ab4d4637737025b9af5c244414985959f822f5 [
file
]
class
Aaa
()
{
<!
CONFLICTING_JVM_DECLARATIONS
!>
fun f
()<!>
=
1
<!
CONFLICTING_JVM_DECLARATIONS
!>
fun
<
P
>
f
()<!>
=
1
}