Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
QExtendsString.java
blob: ff791c1ae719eec146c2934d1f8f0764ba5bae14 [
file
] [
log
] [
blame
]
package
test
;
class
Question
{
// id2 is to prevent java type parameter type inference
static
<
T
>
T id2
(
T p
)
{
return
p
;
}
{
String
s
=
id2
(
QExtendsStringKt
.
id
(
null
));
}
}