Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

overloaded static methods can't be imported #7403

Closed
gavinking opened this issue Sep 10, 2018 · 1 comment
Closed

overloaded static methods can't be imported #7403

gavinking opened this issue Sep 10, 2018 · 1 comment

Comments

@gavinking
Copy link
Contributor

Given:

class Ceylon1 {
    shared overloaded static void foo() {}
    shared overloaded static void foo(Object o) {}
    
    shared new () {}
}

I can't import foo:

import stuff { Ceylon1 { foo }

See:

https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/ceylon-users/jcdCNTjwaOc/zH4zX0G5BgAJ

@gavinking
Copy link
Contributor Author

Fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant