Skip to content

Commit

Permalink
Preparing tests #296
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Dec 6, 2018
1 parent 88bdc90 commit c2e875c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/define/import.es6.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"use strict";

class MyAbstractClass {
$attributes: [],
$abstract: true,

_name: ""

}

class MyClass extends MyAbstractClass {

constructor () {

}

}

0 comments on commit c2e875c

Please sign in to comment.