blob: a80789a0c4df1950f75fa4193620418994b88934 [file] [log] [blame]
abstract class C {
<caret>abstract fun foo()
}