Hi, I checked the documents but I can't find the s...
# announcements
d
Hi, I checked the documents but I can't find the syntactic equivalent to
someInstance.new SubObject()
Does this exist? The IDE isn't auto-completing anything and it's giving me "Error:(144, 22) Gradle: Unresolved reference: SubObect" and I would expect it to be
someInstance.SubObject()