dart-lang / dart-lang/native

ObjC: NSString should subclass NSObject

Open
#275 2 comments 0 reactions 0 assignees View on GitHub
lang-objective_c package:ffigen type-bug
Dominant language
Dart
Stars
275
Forks
144
Avg merge
2d 10h
Merged PRs (30d)
47

Description

The generated code for NSString starts with:
```dart
class NSString extends _ObjCWrapper
```

it should be
```dart
class NSString extends NSObject
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.