🐛 Fix current project when having multiple

This commit is contained in:
brunosimon
2017-12-25 18:15:59 +01:00
parent eeb0ce215a
commit 2c3fe48cfc
20 changed files with 42 additions and 6 deletions
@@ -0,0 +1,15 @@
'use strict'
/**
* Test
*/
class Pwet extends AnotherClass
{
constructor( argument )
{
console.log('Hello')
console.log('World')
}
}
let pwet = new Pwet()