Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
implement
/
nestedPrivateInterface.kt
blob: 94b4b495a2d8553a0d4cd547f731d8ade2415ef5 [
file
]
// "Implement interface" "true"
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
// WITH_RUNTIME
class
Container
{
private
interface
<caret>
Base
{
var
z
:
Double
}
}