blob: 01d5197a882db2bb23a24aa905650c6cf643a82f [file]
// "Make 'i' not abstract" "true"
class A {
<caret>var i = 0
}