Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dd4ca2cb43e932606f2630bd1f6f81f9cfb14a2e
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByPsi
/
inlineReified.kt
blob: e269b12c3c28c6bcadd5be3f36da3198dcdddf24 [
file
] [
log
] [
blame
]
class
C
{
inline
fun
<
reified T
>
foo
(
x
:
Any
):
T
=
x
as
T
inline
val
<
reified T
>
bar
:
T
?
get
()
=
null
as
T
?
set
(
value
)
{}
var
<
reified T
>
T
.
x
:
String
inline
get
()
=
toString
()
inline
set
(
value
)
{}
}
// COMPILATION_ERRORS