Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
ConflictingOverloadsIdenticalFunsInClass.kt
blob: 5603c19cc0fdb6f97675ca9621660f7a544da237 [
file
]
// FIR_IDENTICAL
class
A
()
{
<!
CONFLICTING_OVERLOADS
!>
fun b
()<!>
{
}
<!
CONFLICTING_OVERLOADS
!>
fun b
()<!>
{
}
}