Skip to content

Commit

Permalink
final_1
Browse files Browse the repository at this point in the history
  • Loading branch information
kustosz committed Mar 3, 2021
1 parent eadcce7 commit 54c2591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@BuiltinMethod(
type = "Polyglot",
name = "is_language_installed",
description = "Adds a path to the host class path.")
description = "Checks if a polyglot language is installed in the runtime environment.")

This comment has been minimized.

Copy link
@wdanilo

wdanilo Mar 3, 2021

Member

is it final?

This comment has been minimized.

Copy link
@mwu-tow

mwu-tow Mar 3, 2021

Contributor

Yes and even with one more.

This comment has been minimized.

Copy link
@kustosz

kustosz Mar 3, 2021

Author Contributor

no, it will be superseded by final_final_2

public abstract class IsLanguageInstalledNode extends Node {

static IsLanguageInstalledNode build() {
Expand Down

0 comments on commit 54c2591

Please sign in to comment.