Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertPropertyToFunction
/
existingFunJavaConflict.kt
blob: e864e13a5ca039793e99e5f3e8addd7d32dbeef1 [
file
] [
log
] [
blame
]
// SHOULD_FAIL_WITH: Method J.foo() already exists
package
test
open
class
A
{
open val
<caret>
foo
:
Int
=
1
}