🐛 Fix current project when having multiple
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
'use strict'
|
||||
|
||||
/**
|
||||
* Test
|
||||
*/
|
||||
class Pwet extends AnotherClass
|
||||
{
|
||||
constructor( argument )
|
||||
{
|
||||
console.log('Hello')
|
||||
console.log('World')
|
||||
}
|
||||
}
|
||||
|
||||
let pwet = new Pwet()
|
||||
Reference in New Issue
Block a user