[apex] Mention apex-parser issue

refs apex-dev-tools/apex-parser#44
This commit is contained in:
Andreas Dangel
2024-06-27 11:48:26 +02:00
parent 3f5dc971e0
commit 6517dff840

View File

@ -307,7 +307,7 @@ public class Foo {
if (B != null) {} // usage of B
}
/* not supported by apex-parser yet
/* not supported by apex-parser yet - see https://github.com/apex-dev-tools/apex-parser/issues/44
public void bindWithIncludes() {
Account A = new Account(Name='xxx');
//insert A; // usage of A