menegatti
Foo.java class Foo { private Map<String, String> buzz = new HashMap<>(); }
Bar.kt data class Bar(val name: String) : Foo()