Example:println(String::format("this is one %d", 1))Ill ok.But if i writeprintln(java.lang.String::format("this is one %d", 1))Compiler cant compile it.But thisstatic val String AA = ""
static val java.lang.String AB = ""Valid--
You received this message because you are subscribed to the Google Groups "Xtend Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xtend-lang+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Using the opportunity, I ask, this bug is known ?val (String) => String a = [c | a + c]This code is valid by Xtend compiler, but invalid by Java compiler
'a' is not resolved.U can see on screenshot - code and message