Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
movePropertyToConstructor
/
declaredInInterface.kt
blob: 0d28d814d512647ccdb7813e04d0e4c37df2ad9a [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
interface
MyInterface
{
val
<caret>
prop5
:
Int
}