Files
2024-01-12 18:46:51 +00:00

6 lines
82 B
Java

public class Foo {
void m() {
Object o = "hello";
o.castvar<caret>
}
}