support outlining for arbitrary blocks

This commit is contained in:
Vladimir Matveev
2014-08-12 15:47:57 -07:00
parent 911cb2b1fb
commit ccaf904cfa
3 changed files with 19 additions and 21 deletions

View File

@@ -63,10 +63,10 @@
////}|] /* even more */
////
////// object literals
////var x = [|{
////var x =[|{
//// a:1,
//// b:2,
//// get foo() [|{
//// get foo()[| {
//// return 1;
//// }|]
////}|]