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