manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.43k stars 125 forks source link

does manifold support for text blocks (multiline strings) in Java8? #339

Closed GG-A closed 2 years ago

GG-A commented 2 years ago

does manifold support for text blocks (multiline strings) in Java8?

rsmckinney commented 2 years ago

@GG-A No, text blocks are standard beginning with Java 15. Note, Manifold supports text blocks with String Templates and Fragments beginning with Java 13.