Skip to content

Fix type inferencing for unknown property #1105

@eric-milles

Description

@eric-milles

Consider the following:

void test(a) {
  def b = a.b
}

Since the type of "a" is Object, the property "b" is unknown. Therefore the type of "def b" should be Object as well. However it is showing as String.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions