blob: a20ab0ceb99f74c0fb7f4ed6869a8b713a34fdbb [file] [log] [blame]
// "Make 'Foo' 'abstract'" "true"
abstract class <caret>Foo : List<String> {}