Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
usePropertyAccessSyntax
/
genericClassMethod.kt.after
blob: 733e44dba2c342d869c152d3074800620d05a131 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
klass
:
Class
<*>)
{
klass
.
enclosingClass
<caret>
}