Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
decompiler
/
navigation
/
usercode
/
ExtensionProperty.source.expected
blob: 040b7ff1fded41e3bfdc4dfc137fff71c2600845 [
file
] [
log
] [
blame
]
main
.
kt
public
val
String
.<
1
>
exProp
:
String
get
()
{
return
this
}
public
val
Int
.
exProp
:
Int
get
()
{
return
this
}
public
class
Pair
<
A
,
B
><
2
>(
val first
:
A
,
val second
:
B
)
public
val
<
T
>
Pair
<
T
,
T
>.<
3
>
exProp
:
String