Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
implementAsConstructorParameter
/
notAbstractNoBodyInClass.kt
blob: a022ffd6c7e6631e60930d3ebe272ea49c97a7b1 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// ERROR: Property must be initialized or be abstract
open
class
A
{
val
<caret>
foo
:
Int
}