Warning, /frameworks/syntax-highlighting/autotests/folding/module-info.java.fold is written in an unsupported language. File is not indexed.

0001 module com.example.foo <beginfold id='1'>{</beginfold id='1'>
0002     requires com.example.foo.http;
0003     requires java.logging;
0004 
0005     requires transitive com.example.foo.network;
0006 
0007     exports com.example.foo.bar;
0008     exports com.example.foo.internal to com.example.foo.probe;
0009 
0010     opens com.example.foo.quux;
0011     opens com.example.foo.internal to com.example.foo.network,
0012                                       com.example.foo.probe;
0013 
0014     uses com.example.foo.spi.Intf;
0015     provides com.example.foo.spi.Intf with com.example.foo.Impl;
0016 <endfold id='1'>}</endfold id='1'>