Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
removeNoConstructor
/
basic.kt
blob: f59c22a5a04158ff58ff788532e2235e070f1ca4 [
file
] [
log
] [
blame
]
// "Remove constructor call" "true"
interface
Base
class
Derived
:
Base
()<
caret
>