|
|
|
|
|
by rogerkeays
1087 days ago
|
|
The syntax tree is only transformed when instance method lookup fails. i.e. when your code doesn't compile in standard java form. You would be doing pretty well to accidentally call an extension method seeing as you either have to write them or import them. |
|