Created
November 17, 2012 05:25
-
-
Save thomasuster/4093526 to your computer and use it in GitHub Desktop.
IntelliJ problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class BabyTest() | |
{ | |
//setup function constructing a baby | |
[Test] | |
public function testWalk():void | |
{ | |
baby.shouldWalk(); //My Cursor is baby.shouldWalk[HERE]();, alt+enter won't suggest generating the non-existent method or property for the class Baby. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment