Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
abstract
/
abstractPropertyWithInitializer1.kt.after
blob: 01d5197a882db2bb23a24aa905650c6cf643a82f [
file
]
// "Make 'i' not abstract" "true"
class
A
{
<caret>
var
i
=
0
}