import AbstractLanguage from './AbstractLanguage' export default class extends AbstractLanguage { constructor() { super('Kotlin', '//', 'kt') } }