Sha256: 53f89c6a352a9731c89fbefc4bc6e962d7ab09953ec100490950ab8e4f5997ef

Contents?: true

Size: 279 Bytes

Versions: 43

Compression:

Stored size: 279 Bytes

Contents

/*jsl:option explicit*/
function legacy_cc_not_understood() {
    /* illegal - missing end */
    /*@control comment starts but doesn't end*/ /*warning:legacy_cc_not_understood*/

    /* illegal - unrecognized */
    /*@bogon@*/ /*warning:legacy_cc_not_understood*/
   return;
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
distil-0.8.1 vendor/jsl-0.3.0/tests/warnings/legacy_cc_not_understood.js
distil-0.8.0 vendor/jsl-0.3.0/tests/warnings/legacy_cc_not_understood.js
distil-0.7.0 vendor/jsl-0.3.0/tests/warnings/legacy_cc_not_understood.js