Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
implementAsConstructorParameter
/
inObject.kt
blob: ea8c3b061fb690d8cd16a791ffe3ffa8555a541c [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// ERROR: Abstract property 'foo' in non-abstract class 'A'
object
A
{
abstract
val
<caret>
foo
:
Int
}