Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtValIntTQInClass.kt
blob: 665ef807303a6516d3a5d5f1205c9cdcbe5c3490 [
file
] [
log
] [
blame
]
package
test
class
ExtValInClass
<
P
>
{
val
Int
.
asas
:
P
?
get
()
=
throw
Exception
()
}