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