Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
implementAsConstructorParameter
/
notAbstractWithGetterInInterface.kt
blob: 71669d65eaa3c4aba9392f7bbaa78ad10848e0fb [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
interface
A
{
val
<caret>
foo
:
Int
get
()
=
1
}