Is there something similar for classes and fields?...
# compiler
f
Is there something similar for classes and fields? i.e. given
Copy code
val x: Foo <--- Descriptor of this
x.bar <---- Descriptor of this
Get the fully qualified name of the class
Foo
( as well as containing class, in case of inner classes), and get the containing class and type of the field
bar