Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an example showing FFI of a static method with no parameters... #936

Conversation

GordonBGood
Copy link
Contributor

@GordonBGood GordonBGood commented Jan 22, 2019

Description

As per issue #931, the type signature to use when importing a method (static or instance) with no parameters was formerly not formally documents; This PR provides an example of how to do it.

How Has This Been Tested?

The documentation example was successfully run on the online IDE of the Eta Tour.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • [ x] Documentation change
  • Test suite change

Checklist:

  • [ x] I have read the CONTRIBUTING document.

The type signature to use when importing a method (static or instance) with no parameters was formerly not formally documents;  This PR provides an example of how to do it.
@CLAassistant
Copy link

CLAassistant commented Jan 22, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@rahulmutt rahulmutt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GordonBGood Thanks for adding the clarification.

@rahulmutt rahulmutt merged commit 270c871 into typelead:master Jan 22, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants