Skip to content

Function causes exception #904

Closed
Closed
@zoechi

Description

@zoechi
'package:code_builder/dart/core.dart': error: line 111 pos 26: unexpected token 'Function'
  final ReferenceBuilder Function = _ref('Function');
                         ^
Process finished with exit code 254

https://github.com/dart-lang/code_builder/blob/master/lib/dart/core.dart#L111

  /// References [dart_core.Function].
  final ReferenceBuilder Function = _ref('Function');

Dart VM version: 1.22.0-edge.8cca41772d807594955c7e9312b36ab691cfc7fe (Fri Jan 27 14:35:59 2017) on "linux_x64"

code_builder-1.0.0-beta+1

Might be related to dart-lang/sdk#27527 (comment)

Activity

matanlurey

matanlurey commented on Jan 30, 2017

@matanlurey
Contributor

Sorry I can't support edge releases in this repository.

Please re-open if it it occurs on dev or stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @matanlurey@zoechi@mosuem

        Issue actions

          `Function` causes exception · Issue #904 · dart-lang/tools