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