mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
8 lines
115 B
Java
8 lines
115 B
Java
|
|
class Simple {
|
|
{
|
|
jet.typeinfo.TypeInfo blabla = null;
|
|
new Impossible<String>(blabla);
|
|
}
|
|
}
|